home *** CD-ROM | disk | FTP | other *** search
/ Georgia Wildfire Prevention / Georgia Wildfire Prevention.iso / mac / media / dirs / BackUp / Login.dir / 00010_Script_REM < prev    next >
Text File  |  2002-10-11  |  1KB  |  18 lines

  1. --REMARKS--
  2.  
  3. --CONTROLLING THE TEXT FIELDS AND BUTTONS--
  4. --The program uses three behaviors and the movie script to control the keypad.
  5. --The movie script tells the Keypad Behavior and the Text Field Behavior what button was pressed. It also decides which field is the active field.
  6. --Keypad behavior is used for the keys on the (Graphic) keypad. It sends the key pressed to the text field and also makes
  7. --the keys go down if the user types on the keyboard (Hardware).
  8. --The TextField Behavior puts the letters pressed into the text field and sets the field as the active field if clicked.
  9. --The Border Behavior puts the border around the active text field.
  10. --IMPORTANT: The sound device must be set to QT3Mix in order for the sound to work properly. This is done by Zeus.
  11. --Zeus also initializes and terminates the global variable HotField. To change this, you must alter it in Launcher.dir.
  12.  
  13. --SWITCHING MOVIES--
  14. --To go to the next movie, a message must be sent to Zeus telling it the current movie is finished. The default message is "Next"
  15. --Zeus is a child of WhichMovie  and is declared in the Launcher. The launcher must be run for this movie to work properly.
  16.  
  17.  
  18. --This movie was programmed by Robby Fuselier on May 7, 2001.